home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 30 / Creative-Review-CD-ROM-30.iso / pc / image / image.dir / 00293_Script_Introduction 2 Script < prev    next >
Text File  |  1997-09-29  |  212b  |  12 lines

  1.  on exitFrame
  2.   hideObjects("45,46,47,48")
  3.   rollOver1("45,Introduction 1,46,Contents,47,Help,48,Quit")
  4.   go the frame
  5. end
  6.  
  7. on mouseUp
  8.   global dest
  9.   if dest <> "none" then
  10.     go to dest
  11.   end if
  12. end